ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI Namespace / EsriDataDecoder Class / DecodeSpatial Method / DecodeSpatial(Byte[]) Method
The geospatial data at raw ESRI shapefile representation.

In This Topic
    DecodeSpatial(Byte[]) Method
    In This Topic
    Decodes spatial data represented in ESRI shapefile format into geospatial object model.
    Syntax
    'Declaration
     
    Public Overloads Shared Function DecodeSpatial( _
       ByVal data() As Byte _
    ) As IEnumerable(Of GeoShape)
    public static IEnumerable<GeoShape> DecodeSpatial( 
       byte[] data
    )

    Parameters

    data
    The geospatial data at raw ESRI shapefile representation.

    Return Value

    Decoded geospatial object.
    See Also